<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: #F9F9FA;
}
.zy-nav-z-logo{
    padding-right: 20px;
}
.zy-nav-f-logo{
    padding-left: 20px;
    font-size: 20px;
    color: #333;
}
/*index banner*/
.in-banner {
    max-height: calc(100vh - 64px);
    width: 100%;
    overflow: hidden;
}
.in-banner::after{content: "";display: block;padding-bottom: 50%}
.in-banner .ery-bg-img{background-position: top center!important;}
.in-banner ._video-img{width: 300px}
.in-banner ._video-title{
    font-size: 36px;
    font-weight: 200;
    background-image: linear-gradient(to right,#ff6633 10%, #ff9900 20%,#fff 50%);
    background-clip: text;
    -webkit-background-clip:text;
    color: transparent;
}
.in-banner ._video-cont{font-size: 18px;font-weight: 100;color: #fff}

.in-fuwu {
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    outline: 2px solid transparent;
    transition: 500ms ease-out !important;
}
.in-fuwu-img{
    padding-bottom: 50%;
}
.in-fuwu-title{
    font-size: 20px;
    margin-top: 20px;
}
.in-fuwu-cont{
    padding: 20px;
}

.in-box {
    padding: 50px 0;
}
.in-news-title,.in-title{
    font-size: 1.8rem;
}
.in-news-en-title,.in-en-title{
    font-size: 1.2rem;
}
.in-title{
    margin-bottom: 15px;
}
.in-en-title{
    margin-top: 15px;
}
.in-news-li{
    border-bottom: 1px dashed #dfdfdf;
}

.in-ad-box{
    padding-bottom: 30vh;
}

.login{
    height: 100vh;
}
.login-box{
    min-width: 360px;
    min-height: 338px;
    max-width: 480px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.server-formbox{
    border: none;
    background-color: #F9F9FA;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
}
.server-formbox .layui-input,.server-formbox .layui-input:hover{
    border: none;
}
.server-formbox .ery-ipt{
    border: none;
    border-bottom: 1px solid #F9F9FA;
    border-radius: 0;
    font-size: 18px;
    background-color: #F9F9FA;
    padding: 20px;
}
.server-form .ery-ipt-s {
    border: none;
    border-radius: 0;
    font-size: 18px;
    color: #0ae;
    background-color: rgba(0,0,0,0);
}
.server-form .ery-ipt,.server-form .ery-ipt:focus {
    color: #f60;
}
.server-form .ery-ipt::placeholder {
    color: #999;
}
.codeli,.codelist{
    margin-top: 30px;
    padding: 20px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    background-color: #E3F1FF;
    background-image: url("../empower-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.doc-title{
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    display: none;
    transition: 500ms ease-out;
}
.doc-li:hover .doc-title{
    display: flex;
}
.doc-picbox{
    width: 200px;
    flex-grow: 0;
}
.doc-contbox{
    padding-left: 20px;
    flex-grow: 2;
}
.doc-list-li{
    border-bottom: 1px dotted #dedede;
}
.doc-list-li:last-child{
    border-bottom: none;
}
.doc-body{
    height: 100vh;
    overflow: hidden;
}
.doc-left,.doc-right{
    height: 100%;
    overflow: hidden;
    transition: all .5s ease;
}
.doc-left{
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #ddd;
}
.doc-left.open{
    transform: translateX(-300px);
}
/*宸︿晶LOGO*/
.doc-left-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px;
}
.doc-left-box{
    height: calc(100vh - 100px);
    overflow: auto;
}
/*宸︿晶鑿滃崟*/
.doc-nav-li:hover{
    background-color: rgba(0,0,0,.03);
}
.doc-nav-li.active{
    background-color: rgba(0,0,0,.05);
}
/*鍙充晶鏂囨。*/
.doc-right{
    position: relative;
    width: calc(100% - 300px);
    left: 300px;
}
.doc-right.open{
    width: 100%;
    left: 0;
}
.doc-right-top-icon{
    transition: all .5s ease;
}
.doc-right-top-icon.open{
    transform: rotateY(180deg);
}
.doc-cont{
    height: calc(100vh - 45px);
    overflow: hidden;
    background-color: #fff;
}
.doc-cont-box{
    height: 100%;
    overflow-y: auto;
}
@media (max-width: 1024px) {
    .in-banner ._video-img{width: 200px}
    .in-banner ._video-title{font-size: 26px;}

    .in-fuwu-img {
        padding-bottom: 70%;
    }
    .in-news-title,.in-title {
        font-size: 24px;
    }
    .in-news-en-title, .in-en-title {
        font-size: 16px;
    }
    .in-fuwu-title{
        font-size: 16px;
        margin-top: 15px;
    }
    .in-fuwu-cont{
        padding: 15px;
        font-size: 14px;
        line-height: 2;
    }
}
@media (max-width: 768px) {
    .ery-nav{
        height: 50px;
        line-height: 50px;
    }
    .zy-nav-logo{
        padding: 5px;
    }
    .zy-nav-z-logo{
        padding-right: 10px;
    }
    .zy-nav-f-logo{
        padding-left: 10px;
        font-size: 18px;
    }
    .ery-nav-logo{max-height: 40px}
    .top-nav-icon{
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
    ._topnav.open{
        position: fixed;
        width: 50%;
        height: calc(100vh - 50px);
        left: 0;
        z-index: 9999;
        top: 50px;
        background: #fff;
        display:-webkit-box !important;display:flex !important;display:-moz-flex !important;flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap; display: -ms-flexbox !important;
        justify-content:flex-start  !important;-webkit-justify-content:flex-start  !important;-webkit-box-pack: start  !important; -ms-flex-pack: start  !important;
        flex-direction:column !important;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;
        box-shadow: 0 4px 5px 0 rgba(0,0,0,0.5);
    }
    ._topnav.open .ery-nav-one{
        width: 100%;
        height: auto;
        border-bottom: 1px solid #dfdfdf;
    }

    .in-box{padding: 30px 0;}

    .in-banner ._video-img{width: 150px}
    .in-banner ._video-title{font-size: 22px;}
    .in-banner ._video-cont{display: none}

    .in-fuwu-img {
        padding-bottom: 75%;
    }
    .in-fuwu-title{
        font-size: 16px;
        margin-top: 15px;
    }
    .in-ad-box {
        padding-bottom: 220px;
    }

    .doc-picbox{
        margin: 0 auto;
    }
    .doc-contbox{
        padding-left: 0;
        margin-top: 20px;
    }
    .doc-contbox h1{
        font-size: 20px;
    }
    .doc-right{
        width: 100%;
        left: 0;
        transform: translateX(300px);
    }
    .doc-right.open{
        transform: translateX(0);
    }
}
.base-kefu{
    width: 60px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0  10px 0 rgba(0,0,0,.3);
}
.base-kefu-li{
    height: 60px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
}

.base-kefu-li:last-child{
    border-bottom: none;
}
.base-kefu-icon{
    font-size: 32px;
    line-height: 60px;
}
.base-kefu-item{
    display: none;
    background: #fff;
    min-width: 150px;
    min-height: 60px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0  10px 0 rgba(0,0,0,.3);
}
.base-kefu-item a{
    font-size: 24px;
    line-height: 50px;
    font-weight: bolder;
    color: #f60;
}
.base-kefu-li:hover {
    background-color: #fafafa;
}
.base-kefu-li:hover .base-kefu-item{
    display: block;
    top: 0;
    right: 62px;
}

.ery-editor-box img{
    max-width: 100%;
    height: auto;
}</pre></body></html>